home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hungerstrike.swf / scripts / DefineSprite_363 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  134 b   |  10 lines

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    gotoAndStop("over");
  5. };
  6. this.onRollOut = function()
  7. {
  8.    gotoAndStop("normal");
  9. };
  10.